home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / balls.swf / scripts / frame_3 / PlaceObject2_34_12 / CLIPACTIONRECORD on(press).as next >
Encoding:
Text File  |  2010-01-19  |  150 b   |  11 lines

  1. on(press){
  2.    if(_root.bg._visible == false)
  3.    {
  4.       _root.bg._visible = true;
  5.    }
  6.    else
  7.    {
  8.       _root.bg._visible = false;
  9.    }
  10. }
  11.